table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset,img {
	border: 0
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
}
li {
	list-style: none;
}
caption,th {
	text-align: left
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
input,button,textarea,select,optgroup,option {
	font-family: MicrosoftYaHei;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}
input,button,textarea,select {
	*font-size: 100%
}
.ipt-message2 input, .ipt-messageh input {
	font: 14px/1.5 "microsoft yahei", "\5FAE\8F6F\96C5\9ED1", tahoma, arial;
 }
.clear:after {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}
.clear {
	clear: both;
}
strong, i,em {
	font-style: normal;
}
img {
	vertical-align: middle;
}
a:hover {
	text-decoration: none;
}

.header_layout {
	margin: 0 auto;
	width: 1200px;
}
.header_layout .logo {
	float: left;
	width: 350px;
	height: 55px;
	margin-top: 30px;
}
.header_layout ul {
	float: left;
	margin-top: 40px;
	width: 850px;
}
.header_layout ul li {
	padding: 0 10px;
	width: 100px;
	font-size: 18px;
	float: left;
	text-align: center;
}
.header_layout ul .on a {
	border-bottom: 2px solid #fff600;
}
.header_layout ul li a {
	display: block;
	line-height: 45px;
	color: #fff;
	border-bottom: 2px solid transparent;
}
.header_layout ul li a:hover {
	color: #fff600;
}

/** alert提示框 */
.divAlert {
	width: 300px;
	border: 2px solid #2a7d8e;
	font-weight: bold;
	font-size: 12px;
	left: 364px;
	top: 109px;
}

.divAlert_Title {
	line-height: 25px;
	padding: 0px 5px;
	background-color: #2a7d8e;
}

.divAlert_Content {
	background-color: #fff;
	line-height: 80px;
	text-align: center;
}

.divAlert_Btn {
	text-align: center;
	padding: 0px 0px 20px;
	background-color: #fff;
}

.btnSure {
	border: 1px solid #CCC;
	background-color: #CCC;
	width: 50px;
	height: 25px;
}

.right_new{
	width:80px;
	position: fixed;
	right: 38px;
	z-index: 998;
	top:200px;
	display: none;
}
.right_new ul li{
	width:78px;
	height:78px;
	margin-bottom:2px;
	background: #fff;
	cursor: pointer;
}
.right_new ul li:nth-child(5) img{
	padding-top: 25px;
}
.right_new ul li img{
	margin:0px auto;
	display: none;
}
.right_new ul li img.show{
	display: block;
}
.right_new ul li .gfwx{
	display: block;
}
.right_new ul li p{
	color:#34cdea;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}
.right_new ul li:hover img:nth-child(1){
	display: block;
}
.right_new ul li:hover img:nth-child(2){
	display: none;
}
.right_new ul li:hover p{
	color:#fff;
}
#gfwx{
	position: relative;
}
#gfwx:hover .gfwx{
	width:160px;
	right:81px;
	border:1px solid #34cdea;
}
.right_new ul li .gfwx{
	position: absolute;
	width:0px;
	height:190px;
	right:77px;
	margin:0;
	bottom:0px;
	z-index:-1;
	transition: all ease 0.3s;
	border:0px solid #34cdea;
	overflow: hidden;
	background: #fff;
}
.right_new ul li .gfwx img{
	display: block;
	margin:0px auto;
	width:120px;
	margin-top:15px;
}
.right_new ul li .gfwx p{
	color:#34cdea;
	line-height: 20px;
	height:40px;
	overflow: hidden;
}